import type { LineSeries, Point } from '@nivo/line'; type LineChartTooltipProps = { point: Point; xFormatted?: string; yFormatted?: string; }; export declare const LineChartTooltip: ({ point, xFormatted, yFormatted }: LineChartTooltipProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=Tooltip.d.ts.map